CWardDataXfer.cs
Code Type: C# Class
Uses Classes: CStatus, CDataParameterList, CDataSet
Uses PL/SQL Procedures: PCK_WARD.SaveWard, PCK_WARD.GetPatientWardRS, PCK_WARD.GetWardRS

Lines of Code: 58

public class CWardDataXfer : CData

	Summary description for CWardData 

public CStatus SaveWard(long lXferSystemID,
                                 long lWardID,
                                 string strWardLabel)

	saves a Ward 

public CStatus GetWardPatientsDS(long lWardID,
                                          out DataSet ds)

	Gets a dataset of patients matching a Ward id 

public CStatus GetWardDS(out DataSet ds)

	get a dataset of all specialties, used for patient lookups etc... 

	

